// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements.  See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership.  The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License.  You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

// Code generated by the FlatBuffers compiler. DO NOT EDIT.

package flatbuf

import (
	flatbuffers 
)

type Block struct {
	_tab flatbuffers.Struct
}

func ( *Block) ( []byte,  flatbuffers.UOffsetT) {
	._tab.Bytes = 
	._tab.Pos = 
}

func ( *Block) () flatbuffers.Table {
	return ._tab.Table
}

// / Index to the start of the RecordBlock (note this is past the Message header)
func ( *Block) () int64 {
	return ._tab.GetInt64(._tab.Pos + flatbuffers.UOffsetT(0))
}

// / Index to the start of the RecordBlock (note this is past the Message header)
func ( *Block) ( int64) bool {
	return ._tab.MutateInt64(._tab.Pos+flatbuffers.UOffsetT(0), )
}

// / Length of the metadata
func ( *Block) () int32 {
	return ._tab.GetInt32(._tab.Pos + flatbuffers.UOffsetT(8))
}

// / Length of the metadata
func ( *Block) ( int32) bool {
	return ._tab.MutateInt32(._tab.Pos+flatbuffers.UOffsetT(8), )
}

// / Length of the data (this is aligned so there can be a gap between this and
// / the metadata).
func ( *Block) () int64 {
	return ._tab.GetInt64(._tab.Pos + flatbuffers.UOffsetT(16))
}

// / Length of the data (this is aligned so there can be a gap between this and
// / the metadata).
func ( *Block) ( int64) bool {
	return ._tab.MutateInt64(._tab.Pos+flatbuffers.UOffsetT(16), )
}

func ( *flatbuffers.Builder,  int64,  int32,  int64) flatbuffers.UOffsetT {
	.Prep(8, 24)
	.PrependInt64()
	.Pad(4)
	.PrependInt32()
	.PrependInt64()
	return .Offset()
}